isDateNumColumn
isDateNumColumn
isDateNumColumn(col: ChartColumn ) : boolean
Determines if a specified column is both an attribute and has a date-related numeric time bucket.
This function checks if the column is of type
Function Parameters
col:::
- col: ChartColumn
The column to check, represented as a
Returns
boolean
Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/utils/date-formatting.ts#L233
--